home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
60754
/
60754.xpi
/
chrome
/
content
/
ststimer.xul
< prev
Wrap
Extensible Markup Language
|
2010-02-05
|
2KB
|
61 lines
<?xml version="1.0"?>
<!DOCTYPE overlay SYSTEM "chrome://ststimer/locale/ststimer.dtd">
<overlay id="ststimer"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/javascript"
src="chrome://ststimer/content/ststimer.js"/>
<stringbundleset id="stringbundleset">
<stringbundle id="string_bundle" src="chrome://ststimer/locale/ststimer.properties"/>
</stringbundleset>
<statusbar id="status-bar">
<statusbarpanel id="sb_ststimer"
style="cursor:pointer"
class="statusbarpanel-iconic-text"
label="&sb_ststimer_loading;"
tooltiptext="STS Timer"
onclick="ststimer.onClick(event)"
/>
<popupset>
<menupopup id="sb_popup_rightClick">
<menuitem label="&sb_popup_rightClick_refresh;" oncommand="ststimer.onLoad().worker.postMessage('')"/>
<menuseparator/>
<menuitem label="&sb_popup_rightClick_options;" oncommand="openDialog('chrome://ststimer/content/options.xul')"/>
</menupopup>
<menupopup id="sb_popup_centralClick" oncommand="this.hidePopup()">
<radiogroup id="sb_popup_centralClick_group">
<radio label="&sb_popup_centralClick_standard;" oncommand="ststimer.prefs.setIntPref('sb_mode', '0')"/>
<radio label="&sb_popup_centralClick_classic;" oncommand="ststimer.prefs.setIntPref('sb_mode', '1')"/>
<radio label="&sb_popup_centralClick_reduced;" oncommand="ststimer.prefs.setIntPref('sb_mode', '2')"/>
<radio label="&sb_popup_centralClick_onlyDays;" oncommand="ststimer.prefs.setIntPref('sb_mode', '3')"/>
</radiogroup>
</menupopup>
<panel id="sb_popup_leftClick" onclick="this.hidePopup()">
<label id="sb_popup_leftClick_label1" style="font-weight:bolder; font-size:120%"/>
<label id="sb_popup_leftClick_label2" style="font-weight:bolder; font-size:120%"/>
<label id="sb_popup_leftClick_label3" style="font-weight:bolder; font-size:120%"/>
<label id="sb_popup_leftClick_label4" style="font-weight:bolder; font-size:120%"/>
</panel>
<panel id="sb_popup_leftClick_stsEnd" onclick="this.hidePopup()">
<label value="&sb_popup_leftClick_stsEnd_label;" style="font-weight:bolder; font-size:120%"/>
</panel>
<panel id="sb_popup_panel" noautohide="true" onclick="this.hidePopup()">
<label id="sb_popup_panel_label" style="font-weight:bolder; font-size:150%"/>
</panel>
</popupset>
</statusbar>
</overlay>